home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / games / 156 / pascal / pascalii.doc < prev    next >
Encoding:
Text File  |  1987-07-14  |  965 b   |  28 lines

  1.     This is a new shell for the OSS personal pascal compiler.
  2. This allows the user to edit, compile and run programs with single keystrokes.
  3. This shell also allows the user to define the flags that will be passed to 
  4. the editor.
  5.  
  6. When you look at the file menu you will see three new entries.
  7.  
  8. File  This is the file that is edited when E is pressed.
  9.  
  10. Main  This is the file that is compiled when C is pressed.
  11.  
  12. Active This is the file that is run when R is pressed.
  13.  
  14. Under the Options menu there is a editor options entry.  Here we can 
  15. enter the name of the editor and the flags that you always want passed to 
  16. the editor.
  17.  
  18. I use VIX to edit my files. and the flags that I pass to the editor are
  19. -i and -nob  auto indent and noback up.
  20.  
  21. Please send me messages about what you think of this program.  This version is
  22. compiled using full debug so if you get errors you should be able to send me an
  23. inteligent message;
  24.  
  25. Enjoy 
  26.  
  27. John Buchanan
  28.